object EditorForm: TEditorForm Left = 203 Top = 112 BorderStyle = bsDialog Caption = '�������� ������' ClientHeight = 230 ClientWidth = 425 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter ShowHint = True OnActivate = FormActivate OnDeactivate = FormDeactivate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object M1: TMemo Left = 4 Top = 4 Width = 417 Height = 189 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'M1') ParentFont = False TabOrder = 0 WordWrap = False OnKeyDown = M1KeyDown end object Button1: TButton Left = 264 Top = 200 Width = 75 Height = 25 Caption = '��' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 344 Top = 200 Width = 75 Height = 25 Cancel = True Caption = '������' ModalResult = 2 TabOrder = 3 end object Button3: TButton Left = 4 Top = 200 Width = 75 Height = 25 Caption = '����������' TabOrder = 1 OnClick = Button3Click end object Button4: TButton Left = 88 Top = 200 Width = 75 Height = 25 Caption = '���� �� ��' TabOrder = 4 OnClick = Button4Click end end